home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
TEX-DIST
/
!TARZ
/
SCANFILE00
< prev
next >
Wrap
Text File
|
1991-09-29
|
219b
|
21 lines
BEGIN {
char x[ 128 ];
y=1; }
/' /
{
if (y==1)
{
x=$1;
y=0;
}
else
x=substr($1,2);
if (x=="File")
{
printf("%s\n",substr($2,3));
}
}
END {}